home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 42
/
Amiga Format AFCD42 (Issue 126, Aug 1999).iso
/
-serious-
/
programming
/
arexx
/
rxcmanager
/
rxcmanager.readme
< prev
next >
Wrap
Text File
|
1999-05-25
|
887b
|
27 lines
Short: Rxcmanager - CManager ARexx functions
Author: alfier@iol.it (Alfonso Ranieri)
Uploader: alfier@iol.it (Alfonso Ranieri)
Version: 5.5
Type: util/rexx
Requires: All Amiga , CManager .
This is a set of ARexx function to query CManager, the
great resource handler by Simone Tellini.
The functions offered by the library are:
- CMAddEntry add an entry
- CMClose close an istance of CM opened with CMStart
- CMFind find entries with patterns
- CMLoad load cmanager data
- CMUserData load specific cmanager data
- CMFindVirtualField find virtual-user-defined field in real CMField (e.g. Comment)
- CMGetEntry get entries from CM
- CMStart start a CM istance
Changes:
- from version 3.16
- added the very important PARENTS field to the result of
CMFind . It let program exports macros very easy .